[ Home ] [ Introduction ] [ Overview ] [ Platform Notes ] [ Reference ] [ History ]
GmAddTopDialog
Adds a top-level dialog to the geometry manager.
HGMGROUP GmAddTopDialog( |
|
HGEOM |
hGeom, |
Geometry manager handle |
|
HWND |
hWnd, |
Top-level dialog window handle |
|
DWORD |
dwFlags); |
Flags specifying how to arrange child groups |
dwFlags
Arrangment of Children (pick one)
GM_HORIZONTAL |
Children are arranged horizontally as they are
added, from left to right |
GM_VERTICAL |
Children are arranged vertically as they are
added, from top to bottom |
GM_OVERLAPPED |
Children are overlapped |
Returns
Returns a handle to the group just added.
Notes
- The first group added must be a top level group, added with
GmAddTopFrameWnd or GmAddTopDialog.
[ Home ] [ Introduction ] [ Overview ] [ Platform Notes ] [ Reference ] [ History ]
|